.containerCard{
    flex-direction: column;
}
.continerCardbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.card{
    width: 550px;
    height: 550px;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: var(--borderMainRadius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card:nth-child(3n){
    margin-right: 0px;
}
.card:nth-child(n+4){
    margin-bottom: 0px;
}
.invisble{
    opacity: 0;
}
.cardTitle{
    font-size: var(--textTitle);
    opacity: 1!important;
}
.cardtext {
    width: 70%;
    font-size: var(--textMin);
    text-align: center;
    opacity: 1!important;
}
.cardBackground1{
    position: relative;
    background-color: white;
}
.cardBackground1::before{
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    background-size: cover;
    background-image: url('../img/1613678848_8-p-fon-dlya-prezentatsii-bezopasnii-internet-9.png');
    border-radius: var(--borderMainRadius);
    z-index: 500;
    opacity: 0.3;
}
.cardBackground2{
    position: relative;
    background-color: white;
}
.cardBackground2::before{
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    background-size: cover;
    background-image: url('../img/AdobeStock_226008623.webp');
    border-radius: var(--borderMainRadius);
    z-index: 500;
    opacity: 0.3;
}
.cardColor {
    background-color: var(--thirdColor);
    color: white;
}
.cardMiniBackground{
    background-size: cover;
}
.cardMini{
    width: 30%;
    height: 30%;
    border-radius: var(--borderMainRadius);
}
.cardBox{
    flex-wrap: wrap;
    padding: 0px!important;
    justify-content: space-around;
    flex-direction: row;
    border: 4px solid var(--thirdColor);
}
.cardMiniBackground {
    background-size: cover;
}
.cardMiniBackground1 {
    background-image: url('../img/Без\ названия.png');
}
.cardMiniBackground2 {
    background-image: url('../img/Без\ названия\ \(1\).png');
}
.cardMiniBackground3 {
    background-image: url('../img/images.jfif');
}
.cardMiniBackground4 {
    background-image: url('../img/images\ \(1\).jfif');
}
.cardBorder {
    background-color: rgba(0, 0, 0,0);
    border: 4px solid var(--thirdColor);
}
.cardMiniBackground5 {
    background-image: url('../img/Без\ названия\ \(2\).png');
}
@media (max-width:1820px) {
    .invisble{
        display: none;
    }
    .cardBox .invisble{
        display: block;
    }
}
@media (max-width:1280px) {
    .card{
        width: 400px;
        height: 400px;
        font-size: 15px!important;
    }
    .cardBackground1::after{
        width: 400px;
        height: 400px;
    }
    .cardBackground2::after{
        width: 400px;
        height: 400px;
    }
}